1 CMSIS-Driver Validation Example Project for Infineon 'XMC4500' microcontroller
2 using Infineon 'XMC4500 Relax Kit' Evaluation Board.
5 This uVision project can be used to test the CMSIS-Drivers for the XMC4500
6 against the driver specification. Configure the tests as follows:
8 - Main function cmsis_dv() can be found in DV_Framework.c, where test cases
10 - Test configuration options can be set with the Configuration Wizard in:
12 - Test result output format (plain text/XML)
13 DV_ETH_Config.h, DV_I2C_Config.h, DV_SPI_Config.h, DV_USART_Config.h and
16 - Specific peripheral parameters
17 - Enable/disable test cases
19 --------------------------------------------------------------------------------
20 The following targets are available:
23 Results and statistics are printed to the file TestReport\TestReport.xml
24 through the ITM output (to examine the results, open the XML document with
25 the browser of your choice).
28 Results and statistics are printed to the Debug (printf) Viewer window
29 through the ITM output.
31 -------------------------------------------------------------------------------
32 For driver loopback testing, please ensure that the following hardware
35 - UART2: P0.4 (UART2_RX) and P0.5 (UART2_TX) (Header X2)
36 - SPI0: P5.0 (SPI0_MOSI) and P5.1 (SPI0_MISO) (Header X2)
37 - Ethernet: Pin 1 (TX+) and Pin 3 (RX+), Pin 2 (TX-) and Pin 6 (RX-).
38 Prepare an Ethernet cable accordingly or use an
39 "Ethernet Loopback Plug".